home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_27.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  233 b   |  11 lines

  1. on mouseUp
  2.   global jump_back
  3.   WaitCursor()
  4.   if SpriteExists(110) > 0 then
  5.     set the directToStage of member the member of sprite 110 to 0
  6.   end if
  7.   set the volume of sound 1 to 255
  8.   puppetTransition(10, 2)
  9.   go(jump_back)
  10. end
  11.